-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration to Micronaut 4 #357
Conversation
@sdelamo Can you please investigate the CORS errors? |
Ok, so I've take a look at the CORS failures... What I suspect is happening is that HttpClient has changed to keep-alive as default micronaut-projects/micronaut-core#8100 (comment) And Jetty doesn't return I'll go with this, and get a commit together that goes with this expectation |
Now we have a keep-alive client, the Connection is no longer returned by Jetty
@dstepanov Fixed the cors errors... There are still binding errors, and fields not being bound from Json Can you take a look? |
SonarCloud Quality Gate failed. |
PR uses refactored routing API from Core eliminating duplicate code.
There are some unresolved errors caused by CORS not doing the same as before and errors caused by serde migrations.